home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Games / parasite-x.swf / scripts / frame_22 / PlaceObject2_126_47 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2011-10-17  |  452b  |  19 lines

  1. onClipEvent(enterFrame){
  2.    _root.swapDepths(1e+22);
  3.    this.lol.text = _root.lives;
  4.    this.lol2.text = _root.kills;
  5.    this.lol3.text = _root.score;
  6.    this._x = _root.camra._x - 190;
  7.    this._y = _root.camra._y + 192;
  8.    if(_root.gamepaused == 1)
  9.    {
  10.       this._x = _root.camra._x - 1367;
  11.       this._y = _root.camra._y + 1310;
  12.    }
  13.    else
  14.    {
  15.       this._x = _root.camra._x - 190;
  16.       this._y = _root.camra._y + 192;
  17.    }
  18. }
  19.